.blue { color: #00C2A5; }
.orange { color: #F70;}
.fz14 { font-size: 14px; }
.c6 { color: #666; }
.pl20 { padding-left: 20px;}
.ml20 { margin-left: 20px;}
.ml20 { margin-left: 20px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.ml4e { margin-left: 4em;}

.content-buy {
  width: 1120px;
  margin-top: 30px;
  padding-bottom: 60px;
  font-size: 16px;
  color: #333;
}

.buy_header {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.buy_header >span {
  line-height: 24px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.buy_header >i {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 5px;
  color: #F70;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFEBD9;
  border-radius: 2px;
}
.buy_header >i::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #FFEBD9;
  border-radius: 2px;
  transform: rotate(-45deg);
}
/* 套餐 */
.buy_meal {
  color: #333;
}
.buy_meal_tit {
  width: 80px;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.buy_meal_item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buy_meal_item2{
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.buy_meal_item2 .buy_meal_tit {
  line-height: 60px;
  margin-top: 30px;
}
.buy_meal_item3 {
  display: flex;
}
.buy_meal_item3 .buy_meal_tit {
  line-height: 50px;
  margin-top: 30px;
}

.buy_meal_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.buy_meal_type >li {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.buy_meal_type >li:hover {
  border-color: #00C2A5;
  cursor: pointer;
}
.buy_meal_type >li.current {
  border-color: #00C2A5;
  background-color: #F0FCFA;
}

.buy_meal_type_recomm {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  height: 28px;
  line-height: 28px;
  padding: 0 4px;
  border-radius: 8px 0 8px 0;
  font-size: 20px;
  color: #fff;
  background-color: #FF401A;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.buy_meal_type_tit {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.buy_meal_type_tit >span {
  padding-right: 3px;
  line-height: 20px;
  font-size: 16px;
}
.buy_meal_type_tit i {
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  color: #F70;
  font-size: 12px;
  /* font-weight: bold; */
  white-space: nowrap;
  background-color: #FFEBD9;
  border-radius: 2px;
}
.buy_meal_type_tip {
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-top: 2px;
  font-size: 12px;
}
.buy_meal_type_tip >span {
  margin-right: 3px;
  color: #999;}
.buy_meal_type_tip >i { 
  color: #F70;
}
.buy_meal_type_custom {}
.buy_meal_type_custom >input{
  width: 90px;
  margin-right: 5px;
  border: none;
}
.buy_meal_type_custom >span{
}
.buy_meal_note {
  position: absolute;
  top: 100%;
  left: 80px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.buy_meal_note >i {
  color: #F70;
}
/* 支付类型 */
.buy_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  color: #333;
}
.buy_type >li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.buy_type >li:hover {
  border-color: #00C2A5;
  cursor: pointer;
}
.buy_type >li.current {
  border-color: #00C2A5;
  background-color: #F0FCFA;
}
.buy_type >li >svg {
  display: block;
  height: 26px;
  margin-right: 10px;
}
.buy_type_alipay { width: 30px; }
.buy_type_wechart { width: 26px; }
.buy_type_accounts { width: 34px; }
.buy_type >li >span {
  flex-shrink: 0;
}

.buy_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin-left: 80px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #00C2A5;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.buy_button:hover {
  background-color: hsl(171, 100%, 33%);
}

/* 我们的优势 */
.buy_advantage {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.buy_advantage >li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 182px;
  height: 156px;
  margin-right: 20px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.buy_advantage >li>div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.buy_advantage >li svg {
  display: block;
}
.buy_advantage >li>span {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* 使用流程 */
.buy_flow {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buy_flow >li {
  box-sizing: border-box;
  position: relative;
  height: 60px;
  padding: 6px 24px 6px 68px;
  margin-right: 40px;
  border-radius: 60px;
  background-color: #f4f4f4;
}
.buy_flow >li >i {
  position: absolute;
  left: 6px;
  top: 6px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00C2A5;
}
.buy_flow >li >div {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.buy_flow >li >span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(0,0%,0%,.4);
}
.modal-dialog {
  width: 600px;
  background-color: #fff;
  border-radius: 4px;
}
.modal-content {}
.modal-header {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.modal-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  font-weight: bold;
  color: #aaa;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.modal-close:hover {
  color: #888;
  background-color: #f4f4f4;
}
.modal-body {
  padding: 30px 20px;
}
.buy-modal {
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
/* 活动结束 */
.end-activity .buy_header >i ,
.end-activity .buy_meal_type_tip,
.end-activity .buy_meal_type_tit >i{ display: none; }
.end-activity .buy_meal_type >li { justify-content: center; }
.end-activity .buy_meal_type_newuser .buy_meal_type_tip,
.end-activity .buy_meal_type_newuser .buy_meal_type_tit >i{ display: block; }
.end-activity .buy_meal_type >li { justify-content: center; }